login shell - significado y definición. Qué es login shell
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es login shell - definición

COMMAND-LINE INTERPRETER FOR UNIX OPERATING SYSTEM
UNIX shell; Unix shells; .cshrc; .profile; Linux Shell; Unix Shell; Linux shell; POSIX shell; Shell (Unix); .login; Unix shell command line interpreter
  • tcsh and sh shell windows on a [[Mac OS X Leopard]]<ref name="Vleck" /> desktop

;login:         
TECHNICAL JOURNAL PUBLISHED BY THE USENIX ASSOCIATION
Login (magazine)
;login: is a long-running technical journal published by the USENIX Association, focusing on the UNIX operating system and system administration in general. It was founded by Mel Ferentz in 1975 as UNIX News, changing its name to ;login: in 1977.
.cshrc         
<operating system> (C Shell run commands) A C Shell startup configuration file. This file is found in a user's {home directory} and can contain shell and other commands to set variables, define aliases, and perform any other initialisation which should happen for every shell (as opposed to .login which is only run for a login shell). Compare AUTOEXEC.BAT on MS-DOS. See also rc. (1996-04-09)
Unix shell         
A Unix shell is a command-line interpreter or shell that provides a command line user interface for Unix-like operating systems. The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts.

Wikipedia

Unix shell

A Unix shell is a command-line interpreter or shell that provides a command line user interface for Unix-like operating systems. The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts.

Users typically interact with a Unix shell using a terminal emulator; however, direct operation via serial hardware connections or Secure Shell are common for server systems. All Unix shells provide filename wildcarding, piping, here documents, command substitution, variables and control structures for condition-testing and iteration.